You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
336 B
17 lines
336 B
1 year ago
|
namespace CK.SCP.Models.Enums
|
||
|
{
|
||
|
public enum ProjectName
|
||
|
{
|
||
|
锦州锦恒,
|
||
|
常熟安通林,
|
||
|
常熟安通林海虞专用,
|
||
|
天津安通林,
|
||
|
成都安通林,
|
||
|
北京安通林,
|
||
|
|
||
|
天津迪安,
|
||
|
长春繁荣,
|
||
|
重庆北汽模塑,
|
||
|
江苏锦恒,
|
||
|
}
|
||
|
}
|