2023-05-16 10:50:42 +08:00

6 lines
174 B
PHP

<?php
$config->milestone = new stdclass();
$config->milestone->story = 'URS,SRS';
$config->milestone->design = 'HLDS,DDS';
$config->milestone->test = 'ITTC,STP,STTC,ITP';